home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / states26.zip / STATES.DOC < prev    next >
Text File  |  1992-09-25  |  9KB  |  229 lines

  1.  
  2.                                  STATES
  3.  
  4.                                   v2.6
  5.  
  6.                            PCBoard 14.x and GAP
  7.  
  8.                                    by
  9.  
  10.                               Al Lawrence
  11.  
  12.                             Sunrise-80  BBS
  13.                             (404) 256-9525
  14.  
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    STATES is an educational game whereby you select one of the 50 United
  23.    States and the computer askes you a series of questions in an attempt
  24.    to guess the State you selected.
  25.  
  26.  
  27.    NOTE: Most errors will be logged to a file called DFRAME.ERR, which is
  28.          created in the directory you run the door from.
  29.  
  30.  
  31.  
  32.                               INSTALLATION
  33.                               ____________
  34.  
  35.  
  36.    Installation is fairly easy and straight-forward. The following steps and
  37.    examples should have you up and running in a very short period of time.
  38.    It is assumed that you are familiar with setting up DOORS on your system.
  39.    To this end, only examples of the configuration file and Door batch file
  40.    are described.
  41.  
  42.       1) Create a directory to hold all STATES files
  43.  
  44.       2) Unzip STATESxx.ZIP into the the above directory
  45.  
  46.          NOTE: BRUN45.EXE is NOT included but IS required !!!
  47.                              ^^^              ^^
  48.       3) Create a configuration file, with a name of your choice, or
  49.          modify the supplied STATES.CFG file. A description follows:
  50.  
  51.             C:\PCB\   **             Location of System File
  52.             SUNRISE-80 BBS           Your BBS Name
  53.             Al                       Sysop's First Name
  54.             Lawrence                 Sysop's Last Name
  55. |-----------------------------------------------------------------------------|
  56. | READ!     1                        CommPort  \ These 2 lines are required   |
  57. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  58. |-----------------------------------------------------------------------------|
  59.  
  60.             25                       Maximum # of Games 
  61.  
  62.          ** Replace With ONE of the Following:
  63. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  64. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  65. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  66.                                    (Note:DOOR.SYS must be in SAME directory)
  67. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  68. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  69. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  70. c:\bbs\TRUBBS.SYS               <- For TriBBS systems.
  71. C:\BBS\CHAIN.TXT                <- For WWIV systems 
  72. C:\BBS\GTUSER.BBS               <- For GT Power 
  73.                                    * if using this option you must put the
  74.                                      ComPort # on line 5 and the Node # on
  75.                                      line 6 of the configuration file
  76.  
  77.  
  78.       4) Create a batch file or modify the STATES file supplied. A
  79.          description of this file follows:
  80.  
  81.             ECHO off
  82.             cd\PCB\DOORS\STATES       Location of States files
  83.             STATES STATES.CFG         EXE filename and CFG filename (Name
  84.                                       used in creating file in #3 above)
  85.             CD\PCB
  86.             BOARD
  87.  
  88.  
  89.        5) When running in more than one node, be sure to supply a
  90.           different configuration name for each node (your choice of name).
  91.  
  92.  
  93.  
  94.                         NON-STANDARD COM SUPPORT
  95.                         ________________________
  96.  
  97.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  98.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  99.       number after the configuration filename. Let's assume your Door is
  100.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  101.       passed to your Door would be:
  102.  
  103.                             FOOBAR FOOBAR.CFG /5
  104.  
  105.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  106.       normally used with COM1. No /x parameter is needed for the standard
  107.       IRQ's.
  108.  
  109.       As an alternative, you may use an environmental variable on the command
  110.       line. To use the variable (following the example above), place a 
  111.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a 
  112.       different IRQ number for each node). The command line would now look 
  113.       like this: 
  114.  
  115.                           FOOBAR FOOBAR.CFG /%IRQ%
  116.       
  117.       This, in combination with the use of the environmental variables 
  118.       described in the MULTI-NODE SETUP section will allow you to use one 
  119.       batch file and one config file to run this door on all nodes.
  120.  
  121.  
  122.  
  123.  
  124.                            MULTI-NODE SETUP
  125.                            ________________
  126.  
  127.       All Sunrise Doors are Multi-Node capable. Each node must have the 
  128.       ability to access a configuration file which will have its own system 
  129.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first 
  130.       line. There are 2 ways to accomplish this:
  131.  
  132.       (1) Create a separate configuration file for each node. The only 
  133.           difference between each file would be the location of the system 
  134.           file for that particular node. For example, on my system there are 2
  135.           nodes and the first line of the config files would look like this:
  136.  
  137.                         NODE1:  H:\PCB1\DOOR.SYS
  138.                         NODE2:  H:\PCB2\DOOR.SYS
  139.  
  140.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  141.  
  142.       (2) Use ONE configuration file for ALL nodes. This Door will recognize 
  143.           the following PCBoard environmental variables:
  144.  
  145.                  PCBDIR    (Directory containing the System file)
  146.                  PCBDRIVE  (Drive containing the System file)
  147.  
  148.           Thus, the first line of the SINGLE configuration file, for this Door
  149.           would look like this:
  150.  
  151.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  152.  
  153.       NOTE: This option, as described, assumes that you are running PCBoard 
  154.             14.5a software. The environmental variables are automatically 
  155.             created by the software for each node.
  156.  
  157.             HOWEVER, if you are running other BBS software you should be able
  158.             to set the variables EXACTLY as described below, for EACH node 
  159.             (more than likely in each batch file you use to bring up EACH node):
  160.  
  161.                             PCBDRIVE=C:
  162.                             ^^^^^^^^^
  163.                             PCBDIR=\NODE2
  164.                             ^^^^^^^^
  165.             
  166.             Info with a carat (^) under it, MUST be typed as is. The rest 
  167.             depends on your naming conventions. 
  168.  
  169.             This, in combination with the use of the optional environmental
  170.             variable described in the NON-STANDARD COM SUPPORT section, will
  171.             allow you to use one batch file and one config file to run this 
  172.             door on all nodes.
  173.  
  174.  
  175.  
  176.  
  177.                               LEGALITIES
  178.                               __________
  179.  
  180.  
  181.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  182.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  183.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  184.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  185.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  186.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  187.       OR BREACH OF ANY WARRANTY.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                              DISTRIBUTION
  194.                              ____________
  195.  
  196.    You may make this file available for downloading from your BBS or you may
  197.    upload it to any BBS of your choice, provided that you do not make any
  198.    changes to the contents of the archive (ZIP file). The archive and its
  199.    individual contents may not be used by any service that charges any money
  200.    whatsoever, without the written permission of the author.
  201.  
  202.  
  203.  
  204.  
  205.  
  206.                              REGISTRATION
  207.                              ____________
  208.  
  209.  
  210.    There is NO registration required for this program. This is FREEWARE!
  211.    Hopefully this program will serve to enhance your caller's knowledge 
  212.    of the 50 United States. All I ask is that you promote its availability 
  213.    on your BBS. Who knows, maybe we can help educate a small part of the 
  214.    population.
  215.  
  216.  
  217.  
  218.                                  MISC
  219.                                  ____
  220.  
  221.    The latest version of STATES  and other fine SUNRISE DOOR programs
  222.    are always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  223.  
  224.    Remember, should you have any problems, questions or suggestions, be sure
  225.    to drop me a message on either of the aforementioned BBS' or thru the
  226.    DOORS conference in the PCREALY/RIME network. NODE=SUNRISE
  227.  
  228.  
  229.